org.eclipse.vtp.framework.common.observers
Class ScriptedObserver

java.lang.Object
  extended by org.eclipse.vtp.framework.common.observers.ScriptedObserver
All Implemented Interfaces:
java.lang.Runnable

public class ScriptedObserver
extends java.lang.Object
implements java.lang.Runnable

An observer that runs a configured script.

Author:
Lonnie Pryor

Constructor Summary
ScriptedObserver(IScriptingService scriptingService, ScriptConfiguration configuration)
          Creates a new ScriptedAction.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptedObserver

public ScriptedObserver(IScriptingService scriptingService,
                        ScriptConfiguration configuration)
Creates a new ScriptedAction.

Parameters:
scriptingService - The scripting service to create an engine with.
configuration - The configuration for this scripted action.
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable